home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CMDLG.PAK / CMDLG.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  322b  |  15 lines

  1. // Borland C++ Windows - (C) Copyright 1992 by Borland International
  2.  
  3. // FILE : cmdlg.h
  4.  
  5. #define STRICT
  6.  
  7. #include <windows.h>
  8. #include <stdio.h>
  9. #include <string.h>
  10. #include <commdlg.h>
  11. #include "cmdlgr.h"
  12.  
  13. LRESULT FAR PASCAL _export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  14. BOOL InitApplication(HINSTANCE);
  15.